home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr22 / datasave.zip / DATASAVE.DOC < prev    next >
Text File  |  1993-01-26  |  6KB  |  217 lines

  1.  
  2.                            DataSave 1.1
  3.                            ~~~~~~~~~~~~
  4.                  Shareware "Erase Protect" Program
  5.  
  6.  
  7.         If you are familiar with Norton's Erase Protect, you will quickly see
  8.  
  9.   the value of DataSave 1.1   This very small TSR (4K) could save you from 
  10.  
  11.   accidentally erasing a file.  What about UNDELETE, you scream.  Well, that's
  12.  
  13.   a great deal, but it only works if no other files have been written over it.
  14.  
  15.   So, if you IMMEDIATELY use undelete, you'll have no problem (if you know the
  16.  
  17.   first letter of the filename).  However, DataSave is for those times that you
  18.  
  19.   don't immediately realize you have made a mistake.  OK, you say, but what's the
  20.  
  21.   matter with Norton's Erase Protect.  "Nothing," I say, "I used to use it all 
  22.  
  23.   the time."  In fact, Erase Protect has a few more capabilities.  However, there
  24.  
  25.   are three factors in the favor of DataSave.
  26.  
  27.                 1.  DataSave occupies much less memory (over 50% smaller)
  28.                         
  29.                 2.  DataSave does not conflict with Windows, EP does.
  30.                         (Windows setup program recommends not using
  31.                          Norton's Erase Protect with Windows, or it
  32.                          could cause a conflict and/or system lockup)
  33.  
  34.                 3.  DataSave is only $5.00  (Or even free, if you don't
  35.                     support the Shareware concept, which allows programmers
  36.                     to eat, while distributing software at very low costs)
  37.  
  38.   
  39.  
  40.  
  41.     INSTALLATION
  42.     ~~~~~~~~~~~~
  43.  
  44.  
  45.     1.  Make a sub-directory named C:\TRASHCAN.
  46.  
  47.                 md c:\trashcan
  48.  
  49.     2.  Make sure that the following files are in you PATH :
  50.  
  51.         DATASAVE.BAT
  52.         DS.BAT
  53.         UNDS.BAT
  54.  
  55.         (Put them in a subdirectory that is in you PATH statement)
  56.         For example, the DOS subdirectory.
  57.  
  58.                 copy datasave.bat c:\dos
  59.                 copy ds.bat c:\dos
  60.                 copy unds.bat c:\dos
  61.  
  62.         (It doesn't matter which directory you put DATASAVE.DOC, this file)
  63.  
  64.     3.  If you want DataSave to automatically load, put the following 
  65.         statement in your AUTOEXEC.BAT file :
  66.  
  67.                 @CALL DATASAVE
  68.  
  69.         If you want DataSave to automatically load & erase the archive each
  70.         time you boot up, put the following statement in AUTOEXEC.BAT :
  71.  
  72.                 @CALL DATASAVE /DESTROY
  73.  
  74.     4.  PKZIP and PKUNZIP must be in your path.  I assume that they already 
  75.         are.  Please register PKZIP & PKUNZIP with PKWare.
  76.  
  77.  
  78.  
  79.  
  80.   USE OF DATASAVE
  81.   ~~~~~~~~~~~~~~~
  82.  
  83.   You now have a new command at your disposal - DS      Use DS in the following
  84.  
  85.   format :       
  86.                         DS <filename.ext>              
  87.  
  88.                         
  89.   This will appear to delete <filename.ext>, but will actually archive in a 
  90.   
  91.   special compressed file in the  /TRASHCAN directory.    
  92.  
  93.  
  94.   NOTE : You can use the DS command any time, DataSave does not even have to
  95.  
  96.          be installed.  The DataSave TSR basically redirects the DEL command 
  97.  
  98.          to use the DS command, since most people instictively type DEL.
  99.  
  100.  
  101.   
  102.   The command UNDS will "undelete" the file by extracting it from the archive
  103.  
  104.   in the /TRASHCAN directory.
  105.  
  106.  
  107.   Format :         UNDS <filename.ext>
  108.  
  109.   If it cannot find the file, it will show "File Not Found"
  110.   Otherwise, it will show the size of the file(s) and the number recovered.
  111.  
  112.  
  113.   The DATASAVE command, when used alone, causes the DEL command to become the
  114.  
  115.   DS command.  For example typing     del sample.txt    would actually store
  116.  
  117.   sample.txt in the DataSave archive, as    ds sample.txt  would also do.
  118.  
  119.  
  120.   The following switches can also be used :
  121.  
  122.  
  123.                 /destroy          erases the DataSave archive
  124.                                   (and all files in it)
  125.  
  126.                 
  127.                 /show             displays a listing of all files
  128.                                   that can be retreived by UNDS
  129.  
  130.  
  131.                 /delon            enables the DEL command back to normal
  132.                                   (del will delete files - only DS will 
  133.                                    archive them in DataSave)
  134.  
  135.                 /?                help screen showing switches for DataSave
  136.  
  137.  
  138.  
  139.   Note :  At any time, the command ERASE <filename.ext> will delete the file,
  140.  
  141.           and it will NOT be archived in DataSave.
  142.  
  143.  
  144.   Note :  DOS's command UNDELETE can be used on any file removed with DEL, 
  145.  
  146.           ERASE, or DS.  Try it only if UNDS fails to retreive the file.
  147.  
  148.           (or if you used ERASE,  or if you enabled the DEL command & used it)
  149.  
  150.  
  151.  
  152.   As long as you keep DataSave on and do not erase the archive file, you should be
  153.  
  154.   able to restore any deleted file.  (Assuming you used DS or DEL and did not enable)
  155.  
  156.   You can remove the DataSave archive at any time by typing 
  157.  
  158.                 datasave /destroy
  159.  
  160.   If you want to remove the archive and NOT load DataSave, type :
  161.  
  162.                 erase c:\trashcan\datasave.mcs
  163.  
  164.  
  165.  
  166.   This program operates at the same speed as Erase Protect - when deleting 
  167.  
  168.   many files, like *.*, it takes longer than a normal delete.
  169.  
  170.  
  171.   NOTE : Files with the extension .TMP or .SWP are not protected - They are
  172.          
  173.          always erased!
  174.  
  175.  
  176.   PS - With DataSave installed, you may also switch between the insert and
  177.        overstrike cursors - in DOS!
  178.  
  179.  
  180.  
  181.   REGISTRATION
  182.   ~~~~~~~~~~~~
  183.  
  184.  
  185.   If you like this program and decide to use it, please register :
  186.  
  187.  
  188.                 Maritime Computer Services
  189.                 P.O. Box 2354
  190.                 N. Myrtle Beach, SC 29598
  191.  
  192.                 BBS, Fax, & Voice  (803) 280-6249     (Automatically switched)
  193.  
  194.  
  195.   Registration will give you free upgrades of this program, access to other 
  196.  
  197.   shareware on our BBS, and will support the shareware concept.  This program is
  198.  
  199.   not freeware.  If you use it and do not register it, you are stealing. 
  200.  
  201.  
  202.   Please send your Name, Address, Phone #, the name of the program you are using,
  203.  
  204.   the source that you received the software from, and $5.00 to the address above
  205.  
  206.   to register.
  207.  
  208.  
  209.   DataSave is a CADOC  (c)1993 by Maritime Computer Services  
  210.  
  211.  
  212.         [$5 is a low price for software]
  213.  
  214.  
  215.   
  216.   
  217.